home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NatureWatch - Do It Yourself
/
NatureWatch - Do It Yourself - Disc 1.iso
/
Adobe Reader 6.0
/
Installer
/
Data1.cab
/
DigSig.api
/
EXVW
/
141
< prev
next >
Wrap
Text File
|
2003-05-15
|
571b
|
19 lines
gDialogWidth = max_char_width() * 24 + 30;
dialog(name: '$$$/Dialogs/DigSigSignDocument')
{
view(align_children: align_left)
{
view (align_children: align_top) {
user_item(item_id: 'icon', width: 32, height: 32);
view (align_children: align_left)
{
static_text( item_id: 'hdr1', width: gDialogWidth);
radio(item_id:'snew', name: '$$$/Dialogs/DigSigSignDocument/CreateNewField');
radio(item_id:'invs', name: '$$$/Dialogs/DigSigSignDocument/SignInvisible');
}
}
ok_cancel_help(ok_name: '$$$/Dialogs/NextButton');
}
}